CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 8 puzzle

搜索资源列表

  1. puzzles.rar

    0下载:
  2. 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:64855
    • 提供者:PT
  1. MagicPanel.rar

    0下载:
  2. 拼图魔板由4×4或3×3个方格组成,这样就增加拉用户的选择性,其中一个格子是空的。对于4×4的魔板,其它格子里随机放置15个编号为1-15的方块; 对于3×3的魔板,其它格子里随机放置8个编号为1-8的方块。 用鼠标任何与空格子相邻的方块可以把该方块移入空格。通过不断地移动方块,可将方块一行一行按数字顺序排列。 同时也可以使用图像来代替数字,对于4×4的魔板,将一个图像分成4×4个方块,打乱顺序后,放入魔板,并将其中一个方格置为空。最终目标是通过移动方块恢复为原始图像。 ,Magic pu
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:84038
    • 提供者:zoushasha
  1. Eight_(8)_2183836282010

    0下载:
  2. A star algoritm for 15-puzzle
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:28444
    • 提供者:elham
  1. npuzzle

    0下载:
  2. 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
  3. 所属分类:Games

    • 发布日期:2017-04-10
    • 文件大小:2073994
    • 提供者:钱祥隽
  1. 8Puzzle

    0下载:
  2. 8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:60146
    • 提供者:佚名
  1. 8_puzzle_solver_2009_10

    0下载:
  2. AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3451
    • 提供者:alex
  1. 8queen

    0下载:
  2. This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:566
    • 提供者:Binoy
  1. project1

    0下载:
  2. 8数码问题,A*和深度有限算法分别来完成这样的任务。-8 Puzzle Problem, A* and depth of the finite difference method to accomplish this task.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19927
    • 提供者:dfa
  1. 8_puzzle

    0下载:
  2. 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2816
    • 提供者:abacaba
  1. PUZZLE

    0下载:
  2. The 8-puzzle problem
  3. 所属分类:Other Games

    • 发布日期:2017-04-10
    • 文件大小:1375
    • 提供者:Susobhan
  1. 15-puzzle

    0下载:
  2. 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1678697
    • 提供者:liuyan
  1. tubroprolog

    0下载:
  2. 八皇后的prolog算法,需要的话可以下载八皇后的prolog算法,需要的话可以下载-8 Queen' s prolog algorithm, if necessary you can download the eight Queen' s prolog algorithm, if required, can be downloaded
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:382204
    • 提供者:ffeef
  1. 8-pluzze

    0下载:
  2. 这个是基于启发式搜索算法解八数码问题的一个演示程序,旨在演示启发式搜索及A*算法的基本使用方式。内部已经写好了三种启发式算法,可以在使用过程中选用。并另附了一份实验报告。-This is based on the heuristic search algorithm for solving the the 8-puzzle Problem. Program showed how to use heuristic search and A* algorithm. Within three heu
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:38663
    • 提供者:徐晓涛
  1. eightpuzzle

    0下载:
  2. 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:15695
    • 提供者:Jim
  1. puzzle

    0下载:
  2. An 8 puzzle game employing manhattan search and heuristic search methods to solve itself.
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:11865
    • 提供者:Emre
  1. 8-puaale

    0下载:
  2. 8 puzzle a* c++ language
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4199
    • 提供者:armankhan
  1. 8 puzzle c++

    0下载:
  2. this is solve 8 puzzle in c congratulation
  3. 所属分类:C#编程

  1. 8 puzzle solver tester

    0下载:
  2. this is test application for test 8 puzzle
  3. 所属分类:游戏

  1. 8 puzzle

    0下载:
  2. 8 puzzle for solving
  3. 所属分类:其他游戏

  1. 14EC35033_assignment1

    0下载:
  2. a-star algo for 8-puzzle program using 3 different heuristics
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:248832
    • 提供者:sandeep2103
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com